runtime.mspan.manualFreeList (field)
13 uses
runtime (current package)
mheap.go#L419: manualFreeList gclinkptr // list of free objects in mSpanManual spans
mheap.go#L1390: s.manualFreeList = 0
stack.go#L206: if s.manualFreeList.ptr() != nil {
stack.go#L213: x.ptr().next = s.manualFreeList
stack.go#L214: s.manualFreeList = x
stack.go#L218: x := s.manualFreeList
stack.go#L222: s.manualFreeList = x.ptr().next
stack.go#L224: if s.manualFreeList.ptr() == nil {
stack.go#L237: if s.manualFreeList.ptr() == nil {
stack.go#L241: x.ptr().next = s.manualFreeList
stack.go#L242: s.manualFreeList = x
stack.go#L261: s.manualFreeList = 0
stack.go#L1231: s.manualFreeList = 0
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |